home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / tsbat45.zip / POPPATH.BAT < prev    next >
DOS Batch File  |  1990-01-14  |  154b  |  9 lines

  1. echo off
  2. echo Restore the saved path
  3. echo By Prof. Timo Salmi, ts@chyde.uwasa.fi, 14-Jan-90
  4. echo.
  5. set path=%pushpath%
  6. set pushpath=
  7. path
  8. echo on
  9.